🎖️GitЯра🎖️
Node / meshtastic / Meshtastic-Android / files / feature / car / src / templates / AndroidManifest.xml
Displaying Raw • Download
feature/car/src/templates/AndroidManifest.xml 2d20cd8a4708e2ef66e98d5259f3a97ec93f240a (2d20cd8a) Text, 1.57 KB
Tff7b72<?xml version="1.0" encoding="utf-8"?>
T8b949e<!--
Templated-build manifest, selected in build.gradle.kts ONLY when -PenableCarTemplates=true
(Internal/Closed tracks). Production builds use src/main/AndroidManifest.xml, which must NOT
declare a CarAppService: Google Play statically reviews any declared androidx.car.app service
intent-filter — even one with android:enabled="false" — and rejects MESSAGING-category car apps
that hold location permissions ("Category not permitted", see v2.8.0-open.2 / versionCode
29321638 rejection, 2026-07-25).
->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f->`f
Tff7b72<manifest Te6edf3xmlns:android=Ta5d6ff"http://schemas.android.com/apk/res/android"Tff7b72>
Tff7b72<applicationTff7b72>
Tff7b72<service
Te6edf3android:name=Ta5d6ff"org.meshtastic.feature.car.service.MeshtasticCarAppService"
Te6edf3android:exported=Ta5d6ff"true"
Te6edf3android:permission=Ta5d6ff"androidx.car.app.CarAppService"Tff7b72>
Tff7b72<intent-filterTff7b72>
Tff7b72<action Te6edf3android:name=Ta5d6ff"androidx.car.app.CarAppService" Tff7b72/>
Tff7b72<category Te6edf3android:name=Ta5d6ff"androidx.car.app.category.MESSAGING" Tff7b72/>
Tff7b72</intent-filter>
Tff7b72</service>
Tff7b72<meta-data
Te6edf3android:name=Ta5d6ff"androidx.car.app.minCarApiLevel"
Te6edf3android:value=Ta5d6ff"7" Tff7b72/>
T8b949e<!-- Required for Android Auto to surface MessagingStyle notifications and recognize the
template app. Without this the automotive_app_desc declarations never reach the host. -->
Tff7b72<meta-data
Te6edf3android:name=Ta5d6ff"com.google.android.gms.car.application"
Te6edf3android:resource=Ta5d6ff"@xml/automotive_app_desc" Tff7b72/>
Tff7b72</application>
Tff7b72</manifest>
Served by rngit 1.5.0 - Generated in 0.07s